home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / stangent.6 < prev    next >
Encoding:
Text File  |  1996-07-16  |  613 b   |  26 lines

  1. .TH STANGENT
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. STANGENT
  5.  
  6.  
  7.  
  8.  VectorType STANGENT( SurfaceType Srf, ConstantType Direction,
  9.                       NumericType UParam, NumericType VParam )
  10.  
  11.  or
  12.  
  13.  VectorType STANGENT( TrimSrfType Srf, ConstantType Direction,
  14.                       NumericType UParam, NumericType VParam )
  15.  
  16. Computes the tangent vector to (possibly trimmed) surface Srf at the
  17. parameter values UParam and VParam in Direction. The
  18. returned vector has a unit length.
  19.  
  20. Example:
  21.  
  22.     Tang = STANGENT( Srf, ROW, 0.5, 0.6 );
  23.  
  24. computes the tangent to Srf in the ROW direction at the parameter
  25. values (0.5, 0.6).
  26.